home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / sushi_oi.swf / scripts / DefineSprite_46 / frame_2 / DoAction.as
Encoding:
Text File  |  2008-11-12  |  78 b   |  9 lines

  1. if(_root.lose == 1)
  2. {
  3.    stop();
  4. }
  5. if(_root.lose == 0)
  6. {
  7.    play();
  8. }
  9.